Global Index
HTML5 JS API Index > Web Workers Tutorials & Specs

SharedWorker

Extends EventTarget. Implements AbstractWorker.

Properties
EventHandleronerror
MessagePort
port
The port attribute must return the value it was assigned by the object's constructor. It represents the MessagePort for communicating with the shared worker.
Constructor
SharedWorker(DOMString scriptURL, optional DOMString name)